LinearGradient Properties

Properties

DisplayName Specifies the name of a gradient.
GradientTransform Contains the definition of an optional additional transformation from the gradient coordinate system onto the target coordinate system.
GradientUnits Specifies the coordinate system.
Name Specifies the name by which a element can be referenced.
SpreadMethod Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle.
Stops Specifies a collection of SvgStop objects.
X1 Specifies the x1-axis coordinate of the start of the vector gradient onto which the elements are mapped.
X2 Specifies the x2-axis coordinate of the start of the vector gradient onto which the elements are mapped.
Y1 Specifies the y1-axis coordinate of the start of the vector gradient onto which the elements are mapped.
Y2 Specifies the y2-axis coordinate of the start of the vector gradient onto which the elements are mapped.

See Also